home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 3
/
BBS in a box - Trilogy III.iso
/
Files
/
Prog
/
L-M
/
MacOberon 4.0
/
Toolbox Interfaces
/
MacOSUtils.Mod
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Oberon Text
|
1993-10-25
|
726 b
|
21 lines
|
[
.Ob./.Ob5
]
Syntax10.Scn.Fnt
Syntax10b.Scn.Fnt
Syntax10i.Scn.Fnt
ParcElems
Alloc
MODULE MacOSUtils; (*od 25.10.93*)
(* This Module contains some essential constants, data types and routines from
the NEW Inside Macintosh volume
Operating System Utilities
Edit.Open DK.MacOberonApp.Text for more information on how to create
standalone Macintosh applications using MacOberon. *)
IMPORT
SYSTEM, ME:=MacMemory;
(* Gestalt , register-based *)
PROCEDURE- Gestalt* 0A1H,0ADH;
PROCEDURE- NewGestalt* 0A3H,0ADH;
PROCEDURE- ReplaceGestalt* 0A5H,0ADH;
(* Other *)
PROCEDURE- GetCursor*(cursorID : INTEGER) : ME.Handle 0A9H,0B9H;
END MacOSUtils.